GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-12-12T10:24:01.0975995+00:00",
"SubmitDate": "2025-12-12T10:24:01.0975995+00:00",
"ReportPeriodStart": "2025-12-12T10:24:01.0975995+00:00",
"ReportPeriodEnd": "2025-12-12T10:24:01.0975995+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "580afad5-6b80-43b9-8760-dbce125d7489",
"Rows": [
{
"ItemId": "42dc0760-f12f-45a8-999f-c091ed2fe48b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "42dc0760-f12f-45a8-999f-c091ed2fe48b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "580afad5-6b80-43b9-8760-dbce125d7489",
"Rows": [
{
"ItemId": "42dc0760-f12f-45a8-999f-c091ed2fe48b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "42dc0760-f12f-45a8-999f-c091ed2fe48b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7e93db0f-a93f-4abd-9967-dac620ab5143",
"137e14a2-7efb-4e22-a735-39851a3e9318"
],
"Approvers": [
"b17a91cd-1afd-48c3-8469-edf8366f1808",
"8052a8cf-8ebd-4b73-8b60-a7756c8f5bf1"
],
"ApprovedBy": "98a3a6f1-5ea9-42b1-8a7d-dc009f8dcbc6",
"ApprovalDate": "2025-12-12T10:24:01.0975995+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6dc1bb86-cc03-402d-af24-0d220ba028e2",
"id": "fc3ff714-d8ca-4a89-aa74-e1ae88c4205f",
"ConfigId": "a4710312-fbd4-411d-85ee-efc84c71d823"
},
{
"GenerationDate": "2025-12-12T10:24:01.0975995+00:00",
"SubmitDate": "2025-12-12T10:24:01.0975995+00:00",
"ReportPeriodStart": "2025-12-12T10:24:01.0975995+00:00",
"ReportPeriodEnd": "2025-12-12T10:24:01.0975995+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "580afad5-6b80-43b9-8760-dbce125d7489",
"Rows": [
{
"ItemId": "42dc0760-f12f-45a8-999f-c091ed2fe48b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "42dc0760-f12f-45a8-999f-c091ed2fe48b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "580afad5-6b80-43b9-8760-dbce125d7489",
"Rows": [
{
"ItemId": "42dc0760-f12f-45a8-999f-c091ed2fe48b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "42dc0760-f12f-45a8-999f-c091ed2fe48b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7e93db0f-a93f-4abd-9967-dac620ab5143",
"137e14a2-7efb-4e22-a735-39851a3e9318"
],
"Approvers": [
"b17a91cd-1afd-48c3-8469-edf8366f1808",
"8052a8cf-8ebd-4b73-8b60-a7756c8f5bf1"
],
"ApprovedBy": "98a3a6f1-5ea9-42b1-8a7d-dc009f8dcbc6",
"ApprovalDate": "2025-12-12T10:24:01.0975995+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6dc1bb86-cc03-402d-af24-0d220ba028e2",
"id": "fc3ff714-d8ca-4a89-aa74-e1ae88c4205f",
"ConfigId": "a4710312-fbd4-411d-85ee-efc84c71d823"
}
]